home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / snowboard.swf / scripts / DefineSprite_399 / frame_41 / DoAction.as
Encoding:
Text File  |  2007-01-15  |  333 b   |  22 lines

  1. stop();
  2. if(_root.menuu == 1)
  3. {
  4.    _root.menuu = 0;
  5.    _root.gotoAndStop("menu");
  6. }
  7. else
  8. {
  9.    if(_root.hard == true)
  10.    {
  11.       _root.gotoAndStop("hardScore");
  12.    }
  13.    if(_root.easy == true)
  14.    {
  15.       _root.gotoAndStop("easyScore");
  16.    }
  17.    if(_root.med == true)
  18.    {
  19.       _root.gotoAndStop("medScore");
  20.    }
  21. }
  22.